From 30ed144f39cb7c8bacdcd7cdac47f6c9b4929214 Mon Sep 17 00:00:00 2001 From: "vh249@arcadians.cl.cam.ac.uk" Date: Fri, 12 Aug 2005 13:33:57 +0000 Subject: [PATCH] forget to substitute CC back to gcc Signed-off-by: Vincent Hanquez --- tools/libxc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/libxc/Makefile b/tools/libxc/Makefile index 41b024d273..81fcdc2750 100644 --- a/tools/libxc/Makefile +++ b/tools/libxc/Makefile @@ -7,7 +7,7 @@ INSTALL_DIR = $(INSTALL) -d -m0755 MAJOR = 3.0 MINOR = 0 -CC = sparse +CC = gcc XEN_ROOT = ../.. include $(XEN_ROOT)/tools/Rules.mk -- 2.30.2